func net/http.http2readByte
5 uses
net/http (current package)
h2_bundle.go#L2014: payload, padSize, err = http2readByte(payload)
h2_bundle.go#L2435: if p, padLength, err = http2readByte(p); err != nil {
h2_bundle.go#L2449: p, hf.Priority.Weight, err = http2readByte(p)
h2_bundle.go#L2713: if p, padLength, err = http2readByte(p); err != nil {
h2_bundle.go#L2796: func http2readByte(p []byte) (remain []byte, b byte, err error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |